VisitHelpers.VisitAll<T> Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: VisitHelpers
Overloads
VisitAll<T>(this List<AstStatement>, IAstStatementVisitor<T>)
public static void VisitAll<T>(this List<AstStatement> statements, IAstStatementVisitor<T> visitor);
Type Parameters
Parameters
VisitAll<T>(this List<AstVariableDeclaration>, IAstStatementVisitor<T>)
public static void VisitAll<T>(this List<AstVariableDeclaration> statements, IAstStatementVisitor<T> visitor);
Type Parameters
Parameters